treeview: Don't handle clicks on any child widgets
authorAlexander Mikhaylenko <alexm@gnome.org>
Wed, 2 Jun 2021 08:45:11 +0000 (13:45 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Wed, 2 Jun 2021 08:49:11 +0000 (13:49 +0500)
commit80497debbbf796574c5b4fb14f27c930e0b30c82
treec15ddea565c49541d42cfeab10ed8ddc0f12d2ef
parent775dbec2e6a0c90015e8bc39f433f5d76f12bd41
treeview: Don't handle clicks on any child widgets

We already skip them on the edited cell widget, but it's also a problem for
header buttons. Overall, there's no real reason to let it propagate here.

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3996
gtk/gtktreeview.c